Sends the command directly to HyperCard, bypassing scripts that would be executed following normal inheritance.
send "show menuBar" to HyperCard
This example overrides any inherited script that may have redefined the action of the show command.
The name of me --used with properties. The target is the object that the message was originally sent to. "Me"is the object to whom the current handler belongs.